Property IsEmpty
✅ NEW FLAG: Indicates that query should return empty result
Used for Where(x => false) and similar cases
public bool IsEmpty { get; set; }
✅ NEW FLAG: Indicates that query should return empty result
Used for Where(x => false) and similar cases
public bool IsEmpty { get; set; }